-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: updated /cc list for inspector issues #13632
Conversation
Can you use the full URL in the Fixes line, so:
? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise
@gibfahn Done!! |
a218304
to
b9f652a
Compare
Yes! It's not obvious, but we moved our repo from nodejs/node-v0.x-archive to nodejs/node, and so any links like #13621 redirect to the wrong place. Using an absolute link means that (in theory) it will work even if we had to move the repo again. Also it helps people who aren't using Github (who just want a link to copy/paste in). |
@gibfahn Ah alright!! Makes sense to me ! |
It might be worth to move this entry above in the list and make it something like " |
SGTM
Yep, seems like a good idea to me. |
b9f652a
to
3d5a4b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me except that I think the new information should be moved up by two lines.
doc/onboarding-extras.md
Outdated
@@ -25,6 +25,7 @@ | |||
| `src/async-wrap.*` | @nodejs/async_hooks | | |||
| `src/node_api.*` | @nodejs/n-api | | |||
| `src/node_crypto.*` | @nodejs/crypto | | |||
| `src/inspector_*`, `lib/inspector.js` | @nodejs/v8-inspector | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move this up two lines so all the directories are still in alphabetical order?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, looking more closely, it might make sense to change it so lib/inspector.js
comes first in the line befor src/inspector_*
. That would be consistent with elsewhere in the doc. (I guess everything defaults alphabeitcal?) And then move the line to the corresponding location in the list.
Sorry for the nit-picking. Docs are like that. :-|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Also, there are other places where the alphabetical stuff is messed up, but it's mostly alphabetical and perhaps a second good commit would be to make it all alphabetical. But let's get this one line added first...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Trott Ah totally makes sense!! Done. Added a second commit to. Is that alright ?
Updated onboarding-extras.md to /cc @nodejs/v8-inspector for inspector issues. Fixes: nodejs#13621
3d5a4b5
to
c3fbe02
Compare
reorganized /cc list in alphabetical order in onboarding-extras.md Refs: nodejs#13621
Looks like my comment has been addressed. Dismissing review. Thanks for the contribution! 🎉
Updated onboarding-extras.md to /cc @nodejs/v8-inspector for inspector issues and reorganized /cc list in alphabetical order. PR-URL: nodejs#13632 Fixes: nodejs#13621 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Landed in 3d21569, thank you for your contribution 🎉 |
Updated onboarding-extras.md to /cc @nodejs/v8-inspector for inspector issues and reorganized /cc list in alphabetical order. PR-URL: #13632 Fixes: #13621 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Updated onboarding-extras.md to /cc @nodejs/v8-inspector for inspector issues and reorganized /cc list in alphabetical order. PR-URL: #13632 Fixes: #13621 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Updated onboarding-extras.md to /cc @nodejs/v8-inspector
for inspector issues and reorganized the list alphabetically
Fixes: #13621
Files changes
Checklist
Affected core subsystem(s)
doc